home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / skpats.arc / SK-DIGIT.PAT < prev    next >
Text File  |  1985-10-01  |  2KB  |  47 lines

  1.        TITLE: Minimum number of digits in phone number search
  2.      PRODUCT: Sidekick
  3.      VERSION: 1.11C
  4.           OS: All
  5.         DATE: March 5, 1985
  6.  
  7.  
  8.      This is a patch for changing the minimum number of digits that
  9.      Sidekick considers a phone number.  This number is one of the
  10.      criterion used in searches.  The number in the column below
  11.      (labelled New Values) is the minimum number of digits that Sidekick
  12.      will recognize.  If you need other than four digits, as shown, use
  13.      the hexidecimal equivalent to the number you need.
  14.  
  15. NOTE: Always make a backup copy of any software before patching it.  Label
  16.       disks that contain patched software as this could concievably have a
  17.       bearing on future trouble-shooting.
  18.  
  19.  
  20.        Version        Addresses in Hexidecimal   Old values  New values
  21.        -------        ------------------------   ----------  ----------
  22.                       sk.com  skn.com  skc.com
  23.  
  24.        Unprotected     7E4F    69AE     576F         06          04
  25.  
  26.        Protected       7E5F    69BE     577F         06          04
  27.  
  28.  
  29.      Use debug to change the locations given above.  Sidekick can now
  30.      search for phone numbers less than six digits.
  31.  
  32.      NOTE:  To dial a four-digit number, it must still have a character
  33.             which identifies it as a phone number.  (i.e. "(",")","-")
  34.  
  35.             Incorrect                Correct
  36.             ---------                -------
  37.              1234                     (1234
  38.              12-                      123-
  39.              )1234                    (123
  40.              -1234                    123)
  41.  
  42.            If the new value was set to 03 instead of 04 then two-digit
  43.            phone extentions could be found if they were in a form such
  44.            as:  12- or (12).
  45.  
  46. For some introductory help using DEBUG, see DEBUG.LTR in DL0.
  47.